html, body {
  padding: 0;
  margin: 0; }

body {
  position: relative;
  height: 100%; }
  body header {
    background-color: #f5f5f5; }
    body header .title {
      font-size: 24px;
      padding-top: 23px;
      color: black; }
      body header .title a {
        color: black;
        text-decoration: none; }
    body header .fhir-logo {
      text-align: left;
      margin-top: 10px;
      margin-bottom: 5px; }
    body header .hl7-logo {
      text-align: right;
      margin-top: 10px;
      margin-bottom: 5px; }
    body header img {
      max-height: 60px; }
  body .content {
    min-height: 100%;
    position: relative;
    height: auto !important;
    margin-bottom: -155px;
    padding-bottom: 155px; }
  body footer {
    background-color: #636363;
    color: #E0E0E0;
    height: 170px;
    position: relative;
    padding-top: 23px; }

.dynamic {
    display: none;
    background-color: transparent;
    color: transparent;
    padding: 5px;
    text-align: center;
    height: 30px;
}

    .dynamic.versions-banner.not-latest {
        background-color: #EB9F47;
        color: #fff;
    }

    .dynamic.versions-banner.latest {
        background-color: #5cb85c;
        color: #fff;
    }

blockquote {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #0B2A49CC;
  font-style: italic;
}

img {
  overflow: scroll;
  width: auto;
  max-width: 100%;
}

footer img {
  height: 50px;
}

a {
  color: #16B1A9;
}

footer a:hover {
  color: #0B2A49
}

.kv-digital-logo {
  float: right;
  margin-right: 5px;
  height: 110px;
}

.footer-left {
  float: left;
  padding-left: 7px;
}

.footer-left img {
  padding-right: 15px;
}

.footer-right {
  float: right;
  margin-left: 30px;
}

.footer-right img {
  padding-left: 2px;
}

.headline {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
}

.guide-info {
  margin: 0 8px;
}

.oauth-img {
  width: 75%;
  display: block;
  margin: 20px auto;
}